Platform Explorer / Nuxeo Platform 6.0

Operation Workflow.GetTask (Get user tasks)

Description

List tasks assigned to this user or one of its group.Task properties are serialized using JSON and returned in a Blob.
Operation id Workflow.GetTask
Category Services
Label Get user tasks
Requires
Since 5.4

Parameters

No parameters.

Signature

Inputs void
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.task.GetUserTasks
Contributing Component org.nuxeo.ecm.automation.task.contrib

JSON Definition

{
  "id" : "Workflow.GetTask",
  "label" : "Get user tasks",
  "category" : "Services",
  "requires" : null,
  "description" : "List tasks assigned to this user or one of its group.Task properties are serialized using JSON and returned in a Blob.",
  "since" : "5.4",
  "url" : "Workflow.GetTask",
  "signature" : [ "void", "blob" ],
  "params" : [ ]
}